github.com/klauspost/compress/flate.huffmanBitWriter.nbytes (field)
12 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L107: nbytes uint8
huffman_bit_writer.go#L157: w.bits, w.nbits, w.nbytes, w.err = 0, 0, 0, nil
huffman_bit_writer.go#L201: n := w.nbytes
huffman_bit_writer.go#L214: w.nbytes = 0
huffman_bit_writer.go#L236: n := w.nbytes
huffman_bit_writer.go#L250: w.nbytes = 0
huffman_bit_writer.go#L438: n := w.nbytes
huffman_bit_writer.go#L453: w.nbytes = n
huffman_bit_writer.go#L848: bits, nbits, nbytes := w.bits, w.nbits, w.nbytes
huffman_bit_writer.go#L973: w.bits, w.nbits, w.nbytes = bits, nbits, nbytes
huffman_bit_writer.go#L1099: bits, nbits, nbytes := w.bits, w.nbits, w.nbytes
huffman_bit_writer.go#L1166: w.bits, w.nbits, w.nbytes = bits, nbits, nbytes
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |